home *** CD-ROM | disk | FTP | other *** search
/ Saar AMOK 2 / Saar AMOK II - Oktober 1994 (1994)(Kreativ Marketing)(DE)[!][I-7598].iso / disks / 651_700 / 657 / splitter / splitter.doc < prev    next >
Text File  |  1993-11-27  |  2KB  |  47 lines

  1. *-------------------------------> Splitter <--------------------------------*
  2. *----------------------> Version 1.1 on 10/18/1993 <------------------------*
  3. *--------------------------> by Martin Schlodder <--------------------------*
  4.  
  5. Splitter is a very small utility to split and join files. It is written in
  6. ANSI C and thus completely portable to any system that has an ANSI C compiler
  7. (except for MS-DOS and Atari systems to which the filename generation of
  8. Splitter might be incompatible).
  9.  
  10.  Usage: Splitter <file> [-j] [-p n] [-s n]
  11.  
  12.    -f    the file to split
  13.    -j    join, not split
  14.    -p    how much portions to make
  15.    -s    how large to make each portion
  16.  
  17. This is freeware, i.e. you may give this program to anyone you like
  18. and upload it to any mailbox, bulletin board or software server as
  19. long as you leave this file as it is. If you have suggestions on how
  20. to advance the reliability or funtionality of this program, feel free
  21. to do it (and, please, send it to me). But you may not use this code
  22. for anything commercial.
  23.  
  24. -----------------------------------------------------------------------------
  25.  
  26. For questions or suggestions call me via EMail (internet):
  27.    schlodder@student.uni-tuebingen.de
  28.  
  29. Or write me:
  30.    Martin Schlodder
  31.    Uhlandstr. 18
  32.    D-72336 Balingen
  33.  
  34. -----------------------------------------------------------------------------
  35.  
  36. DISCLAIMER:
  37.  
  38. As usual, I can't take any responsibility for anything that might happen to
  39. you or your computer when you use this program.
  40.  
  41. -----------------------------------------------------------------------------
  42.  
  43. HISTORY:
  44.  
  45. Version 1.0 on 18-Oct-1993   Fully reliable version.
  46. Version 1.1 on 18-Oct-1993   Replaced fclose()/fopen() by rewind().
  47.